home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_1199 / 951 < prev    next >
Text File  |  1994-08-27  |  874b  |  29 lines

  1. Subject: Re: Dialogs! 
  2. Date: Fri, 22 Jul 1994 16:31:47 +1000
  3. From: Warwick Allison <warwick@cs.uq.oz.au>
  4. Precedence: bulk
  5.  
  6. Julian Reschke wrote:
  7.  
  8. >> Not at all.
  9. >> 
  10. >>     1. Dialogs-in-windows is very easy to implement.
  11. >>     2. form_do() was designed when TOS was single-tasking.
  12. >>     3. Everything that can be done with form_do() can be done
  13. >>         in a window.
  14. >
  15. >Really? What about objc_edit() which can't clip to a rectangle list?
  16.  
  17. For modal dialogs, this is not an issue:  as soon as the window is non-top,
  18. you just don't allow anything.
  19.  
  20. Sorry, I meant *modal* dialogs-in-windows above.  The issue is whether it
  21. is too much effort to do modal dialogs rather than form_do() dialogs, and
  22. I really cannot see the problem.  Sure, if you want to provide more than
  23. just form_do()+access to other applications, there is more to take into
  24. account (ie. amodal dialogs).
  25.  
  26.  
  27. --
  28. Warwick
  29.